SetStorageSystem
TheSetStorageSystem
method replaces the storage system object for this session.
void SetStorageSystem (in ODStorageSystem storageSystem);
storageSystem
- A reference to the new storage system object for this session.
DISCUSSION
This method may be called only by a shell plug-in'sODShellPluginInstall
function.SEE ALSO
The ODStorageSystem class (page 657).
TheODShellPluginInstall
function (page 952).